.topNav {
	width: 100%;
	height: 255px;
	/* background: url("./../img/navbg.png") no-repeat 0 0;
	background-size: 100%; */
}

.indexSearchBox {
	width: 1200px;
	padding-top: 55px;
	height: 110px !important;
	margin: 0 auto;
}

.indexSearchBox > .toplogo {
	float: left;
	/* width: 435px; */
	height: 73px;
	cursor: pointer;
	line-height: 73px;
}
.indexSearchBox > .toplogo img:first-child{
	height: 100%;
	margin-right: 10px;
}
.indexSearchBox > .toplogo img:last-child{
	
}
.indexSearchBox > .sublogo {
	float: right;
}

.indexSearchBox > div {
	width: 360px;
	height: 50px;
	float: right;
	margin: 15px 220px 0 0;
	box-sizing: border-box;
	border: solid 1px #2299f5;
	background: #fff;
}

.headSearchBtn {
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	float: right;
	cursor: pointer;
	width: 84px;
	height: 50px;
	background-color: #2299f5;
	border-radius: 0px 2px 2px 0px;
}

.indexSearchBox > div > input {
	width: 270px;
	height: 47px;
	line-height: 50px;
	border: none;
	padding-left: 30px;
	box-sizing: border-box;
	float: left;
	outline: none;
}

.mainNavs {
	width: 100%;
	height: 95px;
	background: #2299f5;
}

.mainNavs > ul {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.mainNavs > ul > li {
	width: 20%;
	height: 100%;
	float: left;
}

.mainNavs > ul > .navThis {
	background: #297ddd;
}

.mainNavs > ul > li > a {
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	padding-top: 18px;
	color: #fff;
	box-sizing: border-box;
}

.mainNavs > ul > li > a > img {
	display: block;
	margin: 0 auto;
}

.mainNavs > ul > li > a > span {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
}

.gzDTbox {
	width: 1200px;
	margin: 0 auto;
}

.jrjLB {
	width: 600px;
	height: 408px;
	float: left;
	position: relative;
}

.jrjLB > .hd {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.jrjLB > .bd {
	width: 100%;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
}

.jrjLB .picList {
	width: 100%;
	height: 400px;
}

.picList > li {
	width: 100%;
	height: 100%;
	position: relative;
}

.picList img {
	width: 600px;
	height: 400px;
	object-fit: cover;
	display: block;
}

.picList .titleLB {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 600px;
	height: 45px;
	background: rgba(0, 0, 0, 0.5);
	float: left;
}

.titleLB > a {
	color: #fff;
	display: block;
	width: 80%;
	height: 45px;
	line-height: 45px;
	margin-left: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
}

.jrjLB .hd > a {
	width: 30px;
	height: 76px;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 166px;
	z-index: 10;
}

.jrjLB .hd > a > img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.jrjLB .hd .prev {
	left: 0;
}

.jrjLB .hd .next {
	right: 0;
}

.jrjLB .hd > ul {
	width: 600px;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.jrjLB .hd > ul > li {
	background: #d2d2d2;
	float: left;
	margin-left: 1px;
	height: 6px;
	overflow: hidden;
}

.jrjLB .hd > ul > .on {
	background: #a9bed1;
}

.gzdtTxt {
	width: 405px;
	height: 310px;
	float: left;
	margin-left: 18px;
}

.dtTopTit {
	width: 100%;
	height: 52px;
}

.dtTopTit > span {
	display: block;
	width: 52px;
	height: 52px;
	background: #2299f5;
	line-height: 26px;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	float: left;
}

.dtTopTit > p {
	width: 280px;
	height: 52px;
	line-height: 26px;
	overflow: hidden;
	font-size: 20px;
	color: #2299f5;
	font-weight: 900;
	float: left;
	margin-left: 18px;
}

.gzdtTxt > a {
	display: block;
	width: 100%;
	height: 78px;
	margin: 8px auto;
}

.gzdtTxt > a > p {
	width: 100%;
	height: 78px;
	line-height: 26px;
	padding: 0 10px;
	box-sizing: border-box;
	text-indent: 2em;
	font-size: 14px;
	color: #464646;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.gzdtTxt > ul {
	width: 100%;
	height: 160px;
}

.gzdtTxt > ul > li {
	width: calc(100% - 20px);
	height: 40px;
	position: relative;
	float: right;
}

.gzdtTxt > ul > li::before {
	position: absolute;
	left: -20px;
	top: 0;
	content: "·";
	color: #999999;
	font-size: 50px;
	display: block;
	height: 40px;
	line-height: 35px;
	width: 20px;
}

.gzdtTxt > ul > li > a {
	height: 40px;
	line-height: 40px;
	color: #414141;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gzdtTxt > ul > li > a:hover {
	color: #2299f5;
}

.noticeList {
	width: 286px;
	height: 310px;
	float: right;
}

.noticeList > div {
	width: 286px;
	height: 32px;
	box-sizing: border-box;
	border-bottom: 2px solid #2299f5;
}

.noticeList > div > span {
	width: 85px;
	float: left;
	height: 30px;
	line-height: 25px;
	color: #2299f5;
	border-bottom: 5px solid #2299f5;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}

.noticeList > div > a {
	float: right;
	line-height: 30px;
	color: #2299f5;
}

.notice {
	width: 286px;
	height: 278px;
}

.notice > li {
	width: calc(100% - 20px);
	position: relative;
	height: 69px;
	line-height: 30px;
	padding: 4px 0;
	float: right;
	border-bottom: 1px dotted #d5d5d5;
	box-sizing: border-box;
}

.notice > li::before {
	position: absolute;
	left: -20px;
	top: 0;
	content: "·";
	color: #999999;
	font-size: 50px;
	display: block;
	height: 40px;
	line-height: 34px;
	width: 20px;
}

.notice > li > a {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
}

.notice > li > a > p {
	color: #414141;
}

.notice > li > a > span {
	width: 100px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #b8b8b8;
}

.notice > li > a > p:hover,
.notice > li > a:hover > span {
	color: #2299f5;
}

.nextLB {
	width: 1200px;
	height: 150px;
	margin: 40px auto;
	position: relative;

	background: #eeeeee;
}
.nextLB > .hd {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.nextLB > .bd {
	width: 1170px;
	height: 150px;
	position: absolute;
	left: 15px;
	top: 15px;
	overflow: hidden;
}

.nextLB .nextList {
	width: 100%;
	height: 120px;
}

.nextList > li {
	width: 380px;
	height: 120px;
	margin-right: 16px;
}
.nextList > li:last-child {
	margin-right: 0;
}
.nextList img {
	width: 380px;
	height: 120px;
	object-fit: cover;
	display: block;
}

.nextLB .hd > a {
	width: 26px;
	height: 58px;
	display: block;
	/* border-radius: 36px; */
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 45px;
	z-index: 10;
}

.nextLB .hd > a > img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.nextLB .hd .prev {
	left: 7px;
}

.nextLB .hd .next {
	right: -3px;
}

.wujrBox {
	width: 1200px;
	height: 256px;
	margin: 0 auto 40px;
	overflow: hidden;
}

.jrLeft {
	width: 820px;
	/* height: 187px; */
	float: left;
	position: relative;
}
/* 政府安信息公开 */
.zzxxgkRight {
	float: right;
	width: 330px;
	height: 256px;
}
.zzxxgkRight > a {
	display: block;
	width: 330px;
	height: 116px;
	background: url(../img/zzxxgkRight_bg.png);
	background-size: 100% 100%;
}
.zzxxgkRight_content {
	width: 100%;
	height: 60px;
	margin-top: 10px;
	overflow: hidden;
}
.zzxxgkRight_content a {
	display: block;
	float: left;
	width: 160px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #4294e8;
	font-size: 16px;
	padding-left: 20px;
	box-sizing: border-box;
	background: url(../img/zzxxgkRight_content_01.png);
	background-size: 100% 100%;
}
.zzxxgkRight_content a.fdzdgknr{
	line-height: inherit;
    padding: 8px 0 0 20px;
}
.zzxxgkRight_content a:last-child {
	float: right;
	background: url(../img/zzxxgkRight_content_02.png);
	background-size: 100% 100%;
}
.zzxxgkRight_content:last-child a {
	background: url(../img/zzxxgkRight_content_03.png);
	background-size: 100% 100%;
}
.zzxxgkRight_content:last-child a:last-child {
	background: url(../img/zzxxgkRight_content_04.png);
	background-size: 100% 100%;
}
/* 单图轮播 */
.spCenterLBImg {
	width: 1200px;
	height: 70px;
	margin: 40px auto;
}
.spCenterLBImg img {
	width: 1200px;
	height: 70px;
}
/* .jrRight {
	width: 285px;
	height: 540px;
	float: right;
}

.jrRight > ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.jrRight > ul > li {
	width: 100%;
	height: 50px;
	margin-top: 17.5px;
	box-sizing: border-box;
	border-left: 10px solid #4880e8;
}

.jrRight > ul > li > a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #eeeeee;
}

.jrRight > ul > li > a:hover {
	background: #ccc;
}

.jrRight > ul > li > a > img {
	vertical-align: middle;
	float: left;
	width: 30px;
	margin-left: 35px;
	margin-top: 10px;
}

.jrRight > ul > li:last-child > a > img {
	margin-top: 14px;
}

.jrRight > ul > li > a > span {
	margin-left: 20px;
	font-size: 20px;
	width: 180px;
	color: #313131;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} */

.jrLeft > div {
	width: 820px;
	height: 32px;

	padding-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
}

.jrLeft > div > span {
	float: left;
	line-height: 25px;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: 700;
	margin-right: 89px;
	color: #000;
	cursor: pointer;
}

.jrLeft > div > span:last-child {
	margin-right: 0;
}
.jrLeft > div > .blSpan {
	/* border-bottom: 5px solid #2299f5; */
	color: #2299f5;
}

.jrLeft > div > a {
	float: right;
	line-height: 30px;
	color: #2299f5;
}

.jrLeft > ul {
	height: 187px;
	width: 100%;
	margin: 27px auto 0;
}

.jrLeft > ul > li {
	width: calc(100% - 20px);
	/* height: 124px; */
	float: right;
	position: relative;
	margin-bottom: 14px;
	box-sizing: border-box;
}
.jrLeft > ul > li:last-child {
	margin-bottom: 0;
}
.jrLeft > ul > li:before {
	position: absolute;
	left: -20px;
	top: -13px;
	content: "·";
	color: #4d4d4d;
	font-size: 60px;
	display: block;
	height: 40px;
	line-height: 45px;
	width: 20px;
}

.jrLeft > ul > li > a > p {
	line-height: 27px;
	text-indent: 2em;
	color: #5e5e5e;
	box-sizing: border-box;
	padding-right: 15px;
}

.jrLeft > ul > li > a:hover > p {
	color: #2299f5;
}

.jrLeft > ul > li > a > div {
	width: 100%;
}

.jrLeft > ul > li > a > div > span {
	width: 85%;
	float: left;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jrLeft > ul > li > a > div > i {
	font-style: normal;
	width: 15%;
	float: right;
	color: #4d4d4d;
	text-align: right;
	box-sizing: border-box;
	padding-right: 15px;
}

.jrLeft > a {
	width: 878px;
	height: 80px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.jrLeft > a > img {
	display: block;
	width: 878px;
	height: 80px;
}

.jrywBox {
	width: 1200px;
	height: 250px;
	margin: 0 auto 40px;
}

.jrywLeft {
	width: 812px;
	height: 250px;
	float: left;
	position: relative;
}

.jrywRight {
	width:330px;
	height: 250px;
	float: right;
	position: relative;
}
.jrywRight_content {
	width: 100%;
	height: 60px;
	margin-top: 30px;
	overflow: hidden;
}
.jrywRight_content a {
	display: block;
	float: left;
	width: 160px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #4294e8;
	font-size: 16px;
	padding-left: 20px;
	box-sizing: border-box;
	background: url(../img/rywRight_01.png);
	background-size: 100% 100%;
}
.jrywRight_content a:last-child {
	float: right;
	background: url(../img/rywRight_02.png);
	background-size: 100% 100%;
}
.jrywRight_content:last-child a {
	background: url(../img/rywRight_03.png);
	background-size: 100% 100%;
}
.jrywRight_content:last-child a:last-child {
	background: url(../img/rywRight_04.png);
	background-size: 100% 100%;
}
.ywBox {
	width: 580px;
	float: right;
}
.index_tab{
	display: none;
}
.ywBox .ywBtn a{
	display: none
}
.spCenterBox {
	float: right;
	position: relative;
	width: 335px;
	height: 277px;
}

.ywBox > div {
	width: 580px;
	height: 36px;
	box-sizing: border-box;
	border-bottom: 1px solid #d1d1d1;
}

.ywBox > div > span {
	margin-right: 16px;
	float: left;
	height: 33px;
	line-height: 28px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	color: #000;
	cursor: pointer;
	text-align: center;
}
.ywBox > div > span:first-child {
	text-align: left;
}
.ywBox > div > span:last-child {
	text-align: right;
	margin-right: 0;
}
.ywBox > div > .blSpan {
	/* border-bottom: 5px solid #2299f5; */
	color: #2299f5;
}

.ywBox > div > a {
	float: right;
	line-height: 28px;
	color: #2299f5;
}

.THISbOX .index-dkzq{
	float: right;
	margin-bottom: 18px;
	width: 580px;
	height: 58px;
	overflow: hidden;
}

.THISbOX .index-dkzq a {
	display: block;
	height: 100%;
}

.ywBox > .hf_ulbox {
	width: 580px;
	height: 294px;
	overflow: hidden;
	border: none;
}

.ywBox > .hf_ulbox ul > li {
	width: 560px;
	height: 42px;
	line-height: 40px;
	float: right;
	position: relative;
}

.ywBox > .hf_ulbox ul > li::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #4d4d4d;
    border-radius: 50%;
}

.ywBox > .hf_ulbox ul > li > a {
	color: #4d4d4d;
	width: 460px;
	height: 40px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ywBox > .hf_ulbox ul > li > a:hover {
	color: #2299f5;
}

.ywBox > .hf_ulbox ul > li > span {
	width: 93px;
	height: 40px;
	text-align: right;
	float: right;
	white-space: nowrap;
	color: #4d4d4d;
}

.ywBox > .hf_ulbox ul > li > span:hover {
	color: #2299f5;
}

.spTitle {
	width: 335px;
	height: 36px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
}

.spTitle > .blSpan {
	width: 110px;
	float: left;
	height: 33px;
	line-height: 28px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	color: #000;
	cursor: pointer;
}

.spTitle > a {
	float: right;
	line-height: 28px;
	color: #2299f5;
}

.spCenterLB {
	width: 335px;
	height: 183px;
	position: absolute;
	left: 0;
	bottom: 27px;
}

.spCenterLB > .hd {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.spCenterLB > .bd {
	width: 100%;
	height: 220px;
	position: absolute;
	left: 0;
	top: 0;
}

.spCenterLB .spList {
	width: 100%;
	height: 220px;
}

.spList > li {
	width: 100%;
	height: 100%;
	position: relative;
}

.spList img {
	width: 335px;
	height: 183px;
	object-fit: cover;
	display: block;
}

.spList .titleLB {
	position: absolute;
	bottom: 38px;
	left: 0;
	width: 335px;
	height: 35px;
	background: rgba(0, 0, 0, 0.5);
	float: left;
}

.spList .titleLB > a {
	color: #fff;
	display: block;
	width: 80%;
	height: 35px;
	line-height: 35px;
	margin-left: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.spCenterLB .hd > a {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 63px;
	z-index: 10;
	width: 26px;
	height: 58px;
}

.spCenterLB .hd > a > img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.spCenterLB .hd .prev {
	left: 0;
}

.spCenterLB .hd .next {
	right: 0;
}
/* 友情链接 */
.selectBox {
	width: 1200px;
	margin:0 auto 50px;
	height: 43px;

	/* position: absolute;
	left: 0;
	bottom: 0; */
}

.select {
	float: left;
	height: 50px;
	box-sizing: border-box;
	width: 380px;
	position: relative;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	color: #555;
	border: 1px solid #aaa;
	text-shadow: none;
	border-radius: 4px;
	transition: box-shadow 0.25s ease;
	z-index: 2;
	margin-right: 30px;
}

.select:last-child {
	margin-right: 0;
}

.select > img {
	margin: 12px;
}

.select:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.select:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid;
	border-top-color: #ccc;
	top: 18px;
	right: 10px;
	cursor: pointer;
	z-index: -2;
}

.select > span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	padding: 12px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 14%;
}

.select select {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 14%;
	border: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	opacity: 0;
}

.select select:focus {
	outline: none;
}

.jlTitles {
	width: 100%;
	height: 36px;
	overflow: hidden;
	padding-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
}

.jlTitles > span {
	display: inline-block;
	height: 36px;
	line-height: 28px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	font-weight: 900;
	cursor: pointer;
}

.jlDelList {
	padding-top: 13px;
}

.jlDelList > div {
	width: 137px;
	height: 50px;
	float: left;
	background: #eeeeee;
	position: relative;
	margin: 6px 0;
}

.jlDelList > .jlRi {
	margin-right: 12px;
}

.jlDelList > div > a {
	display: block;
	width: 100%;
	height: 100%;
	color: #6a6a6a;
}

.jlDelList > div > a:hover {
	color: #2299f5;
}

.jlDelList > div > a > span {
	display: block;
	width: 87px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 0;
	top: 0;
}

.jlDelList > div > a > .iconBox {
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.jlDelList > div > a > .iconBox > img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

.iconBG1 {
	background: #0068b7;
}

.iconBG2 {
	background: #d53a36;
}

.iconBG3 {
	background: #f19149;
}

.iconBG4 {
	background: #638c0b;
}

.bsLink {
	width: 100%;
	height: 174px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bsLink > a {
	width: 100%;
	height: 53px;
	display: block;
	overflow: hidden;
	margin-top: 16px;
}

.bsLink > a > img {
	display: block;
	width: 100%;
	height: 53px;
}

.footer {
	width: 100%;
	padding: 50px 0;
	text-align: center;
	background: #2299f5;
	box-sizing: border-box;
	overflow: hidden;
}

.footer > a {
	vertical-align: top;
}

.safe2 {
	margin-left: 40px;
	margin-top: 9px;
}

.footer > div {
	display: inline-block;
	margin-left: 40px;
	color: #fff;
	line-height: 22px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	margin-top: 9px;
}

.footer > div > p img {
	vertical-align: top;
	margin-top: 3px;
}

.footer > div > p a {
	vertical-align: top;
}

.footer > div a {
	color: #fff;
	font-size: 14px;
}

.footer .liulan {
	margin-top: 10px;
}

.footer .liulan span {
	width: 100%;
	margin-right: 10px;
}

.ml40 {
	margin-left: 40px;
}

.THISbOX {
	width: 600px;
	height: 408px;
	float: right;
}

/* .Headlines {
	display: block;
	width: 1200px;
	height: 40px;
	border-radius: 5px;
	margin: 10px auto 30px;
}

.Headlines > img,
.Headlines > a {
	width: 50%;
	height: 100%;
	object-fit: cover;
	display: block;
	float: left;
}

.Headlines > .ptImg {
	width: 580px;
	float: right;
}

.Headlines > a > img {
	width: 100%;
	height: 100%;
} */

.cjBox {
	width: 414px;
	float: left;
	overflow: hidden;
}

.cjBox > div {
	width: 414px;
	height: 36px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
}

.cjBox > div > span {
	float: left;
	line-height: 28px;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: 900;

	color: #000;
	cursor: pointer;
}
.cjBox > div > span:first-child {
	margin-right: 90px;
}

.cjBox > div > .blSpan {
	color: #2299f5;
}

.cjBox > div > a {
	float: right;
	line-height: 28px;
	color: #2299f5;
}

.cjBox > ul {
	width: 414px;
	height: 183px;
	overflow: hidden;
	margin-top: 10px;
}

.cjBox > ul > li {
	width: 394px;
	height: 38px;
	line-height: 38px;
	float: right;
	position: relative;
}

.cjBox > ul > li::before {
	position: absolute;
	left: -20px;
	top: 0;
	content: "·";
	color: #4d4d4d;
	font-size: 50px;
	display: block;
	height: 40px;
	line-height: 35px;
	width: 20px;
}

.cjBox > ul > li > a {
	color: #000;
}

.cjBox > ul > li > a:hover {
	color: #2299f5;
}

.cjBox > ul > li > a > p {
	width: 290px;
	height: 38px;
	float: left;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cjBox > ul > li > a > span {
	width: 100px;
	height: 38px;
	color: #888888;
	font-size: 16px;
	text-align: right;
	float: right;
}

.shareFixed {
	width: 80px;
	height: 100px;
	padding-left: 50px;
	box-sizing: border-box;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	transition: width 0.3s;
	-moz-transition: width 0.3s;
	/* Firefox 4 */
	-webkit-transition: width 0.3s;
	/* Safari and Chrome */
	-o-transition: width 0.3s;
	/* Opera */
	overflow: hidden;
	background: url("http://jyh.wuhan.gov.cn/pub/whj./img/rightZK.png") no-repeat
		30px center;
	background-size: 50px 45px;
	overflow: hidden;
}

.shareFixed:hover {
	width: 374px;
	height: 100%;
	background: none;
}

.codeBox {
	width: 224px;
	height: 400px;
	box-sizing: border-box;
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.xfrightBG {
	width: 80px;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 294px;
	top: 0;
}

.shareIconBox {
	width: 80px;
	height: 400px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.codeBox > div {
	width: 100%;
	height: 102px;
	position: absolute;
	left: 0;
	display: none;
}

.codeBox > div > img {
	width: 102px;
	height: 102px;
	float: right;
}

.codeBox > .codebox1 > img {
	height: 116px;
}

.codeBox > .codebox1 {
	top: -18px;
}

.codeBox > .codebox2 {
	top: 69px;
}

.codeBox > .codebox3 {
	top: 149px;
}

.codebox1 > span {
	float: right;
	display: block;
	width: 9px;
	height: 116px;
	border-right: 1px dotted #aaa;
	margin-right: 9px;
}

.shareIconBox > div {
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.shareIconBox > div > img {
	width: 20px;
	height: 20px;
	margin: 20px auto 4px;
	display: block;
}

.shareIconBox > div > span {
	width: 80px;
	height: 36px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	display: block;
}

.shareIconBox > div > a {
	display: block;
	width: 80px;
	height: 80px;
	padding-top: 44px;
	box-sizing: border-box;
	color: #fff;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	background-size: 20px 20px;
	background-position: center 20px;
}

.shareIconBox > div:hover {
	background: #4d62c5;
	cursor: pointer;
}

.shareIconBox > span {
	color: #666;
	font-size: 14px;
	cursor: pointer;
}

.auxiliaryFixed {
	position: absolute;
	left: 294px;
	bottom: 0;
	width: 50px;
	height: 210px;
	background: rgba(0, 0, 0, 0.5);
	/*height: 70px;*/
	overflow: hidden;
}

.auxiliaryFixed > div {
	width: 50px;
	height: 50px;
	margin-top: 20px;
	overflow: hidden;
	background: #aaaaaa;
	/*display: none;*/
}

.auxiliaryFixed > div:last-child {
	display: block;
}

.auxiliaryFixed > div > img {
	width: 20px;
	height: 20px;
	display: block;
	margin: 5px auto;
}

.auxiliaryFixed > div:hover > img {
	/*display: none;*/
}

.auxiliaryFixed > div > a {
	display: block;
	width: 50px;
	height: 50px;
	padding-top: 30px;
	box-sizing: border-box;
	color: #fff;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	background-size: 20px 20px;
	background-position: center 5px;
}

.indexFT > a {
	background: url("http://jyh.wuhan.gov.cn/pub/whj./img/fanti.png") no-repeat;
}

.indexWZA > a {
	background: url("http://jyh.wuhan.gov.cn/pub/whj./img/wuzhangai.png")
		no-repeat;
}

.indexTOP > a {
	background: url("http://jyh.wuhan.gov.cn/pub/whj./img/top.png") no-repeat;
}

.auxiliaryFixed > div:hover {
	background: #4d62c5;
}

.workDyname {
	background: url(../img/index_bg.png) no-repeat;
	background-size: 100%;
	/*font-size:14px;*/
}

.workDyname.qz-index{
	padding-top: 120px;
	background: url(../img/qz100.jpg) no-repeat top center;
	background-size: auto;
}

.workDyname.qz-index .mainNavs{
	background: #da1624;
}
.workDyname.qz-index .mainNavs > ul > .navThis{
	background: #fa5136;
}
.workDyname.qz-index .footer{
	background: #da1624;
}


.main {
	margin: 0px auto;
	width: 1200px;
	position: relative;
}

#nav-crumbs {
	height: 40px;
	background-color: #fff;
	margin: 30px 0;
	padding: 10px 30px;
	font-size: 0;
}

#nav-crumbs:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

#nav-crumbs b {
	font-size: 15px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}

#nav-crumbs span {
	font-size: 15px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
}

#nav-crumbs > .nav-crumbs-list > i {
	width: 13px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/map.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-right: 10px;
}

#nav-crumbs > .nav-crumbs-list {
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	color: #666666;
}

#nav-crumbs > .nav-crumbs-list > a {
	color: #666666;
}

#nav-crumbs > .nav-crumbs-list > a:hover {
	color: #2299f5;
}

/*--------容器 内页 content-----------*/
/* left-nav-meun begin */
#inside-content {
	margin-bottom: 80px;
}

#inside-content #side_info {
	width: 284px;
}

#inside-content #side_info .tc {
	height: 70px;
	font-size: 0;
	text-align: center;
	background: -webkit-gradient(linear, 0 0, 0 0, from(#2299f5), to(#6395fa));
	background: -webkit-linear-gradient(left, #2299f5, #6395fa);
	background: -moz-linear-gradient(left, #2299f5, #6395fa);
	background: -o-linear-gradient(left, #2299f5, #6395fa);
	background: -ms-linear-gradient(left, #2299f5, #6395fa);
	background: linear-gradient(left, #2299f5, #6395fa);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#2299f5, endColorstr=#6395fa);
}

#inside-content #side_info .tc:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

#inside-content #side_info .tc img {
	width: 30px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	/*background-position: center;
	background-repeat: no-repeat;*/
	margin-right: 16px;
}

#inside-content #side_info .tc i.zwgk {
	background-image: url(../img/icon_zwgk.png);
}

#inside-content #side_info .tc span {
	line-height: 24px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

#inside-content .info-tree {
	background-color: #fff;
	padding-bottom: 30px;
}

/* 一级栏目 begin */
#inside-content .info-tree li {
	position: relative;
}

#inside-content .info-tree a {
	font-size: 15px;
	color: #666666;
}

#inside-content .info-tree li.level-1 ul a {
	height: 32px;
	line-height: 32px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	/* for Opera */
	text-overflow: ellipsis;
	/* for IE */
}

#inside-content .info-tree > li > a {
	width: 240px;
	border-left: 6px solid #ffffff;
	display: block;
	line-height: 50px;
	font-size: 20px;
	color: #333333;
	padding-left: 44px;
	background-color: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	/* for Opera */
	text-overflow: ellipsis;
	/* for IE */
}

#inside-content .info-tree > li > i {
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 18px;
	right: 27px;
	background-image: url(../img/arrow_right.png);
	background-position: center;
	background-repeat: no-repeat;
}

#inside-content .info-tree > li > i.down {
	background-image: url(../img/arrow_down.png);
}

#inside-content .info-tree > li.current a {
	border-color: #2299f5;
	display: block;
}

#inside-content .info-tree > li.current > a {
	background: -webkit-gradient(linear, 0 0, 0 0, from(#e9e9e9), to(#ffffff));
	background: -webkit-linear-gradient(left, #e9e9e9, #ffffff);
	background: -moz-linear-gradient(left, #e9e9e9, #ffffff);
	background: -o-linear-gradient(left, #e9e9e9, #ffffff);
	background: -ms-linear-gradient(left, #e9e9e9, #ffffff);
	background: linear-gradient(left, #e9e9e9, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#e9e9e9, endColorstr=#ffffff);
}

#inside-content .info-tree > li:hover a {
	border-color: #2299f5;
}

#inside-content .info-tree > li:hover > a {
	background: -webkit-gradient(linear, 0 0, 0 0, from(#e9e9e9), to(#ffffff));
	background: -webkit-linear-gradient(left, #e9e9e9, #ffffff);
	background: -moz-linear-gradient(left, #e9e9e9, #ffffff);
	background: -o-linear-gradient(left, #e9e9e9, #ffffff);
	background: -ms-linear-gradient(left, #e9e9e9, #ffffff);
	background: linear-gradient(left, #e9e9e9, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#e9e9e9, endColorstr=#ffffff);
}

/* 一级栏目 end */

/* 二级栏目 begin */
#inside-content .info-tree li.level-1 > ul {
	margin: 10px 0 10px 64px;
}

#inside-content .info-tree li.level-1 > ul > li > a:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #666666;
	margin-right: 14px;
	margin-bottom: 2.5px;
}

#inside-content .info-tree li.level-1 > ul > li.active > a:before {
	background-color: #2299f5;
}

/* 二级栏目 end */

/* 三级栏目 begin */
#inside-content .info-tree li.level-2 > i {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../img/slide_up.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 60px;
}

#inside-content .info-tree li.level-2 > i.down {
	background-image: url(../img/slide_down.png);
}

#inside-content .info-tree li.level-2 ul {
	margin: 0 0 0 20px;
}

#inside-content .info-tree li.level-2 ul li a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(../img/icon_level_2.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 5px;
}

#inside-content .info-tree li.level-2 ul li:hover a {
	color: #2299f5;
}

#inside-content .info-tree li.level-2 ul li:hover a:before {
	background-image: url(../img/icon_level_2_active.png);
}

/*#inside-content .info-tree li.level-2 ul li.active a{
	color: #2299f5;
}*/
#inside-content .info-tree ul li.active a {
	color: #2299f5;
}

#inside-content .info-tree li.level-2 ul li.active a:before {
	background-image: url(../img/icon_level_2_active.png);
}

#inside-content .info-tree li.level-1 > ul > .lv1Active > a:before {
	background-color: #2299f5;
}

#inside-content .info-tree li.level-1 ul li.lv1Active a {
	color: #2299f5;
}

#inside-content .info-tree li ul {
	display: none;
}

#inside-content .info-tree li.current ul {
	display: block;
}

/* 三级栏目 end */
/* left-nav-meun end */

/* right-article-info begin */
#article-info {
	width: 896px;
	background-color: #fff;
	padding: 20px 26px 60px;
	box-sizing: border-box;
}

/* 设置文章字号 begin */
.jfontsize {
	padding: 6px 50px;
}

.jfontsize a {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #ddd;
	text-align: center;
	margin-right: 15px;
	padding: 3px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0;
}

.jfontsize a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.jfontsize a:last-child {
	margin-right: 0;
}

.jfontsize a i {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background-image: url(../img/jfont.png);
	background-repeat: no-repeat;
}

#jfontsize-p2 i {
	background-position: 0 0;
}

a#jfontsize-p2:hover i {
	background-position: 0 -24px;
}

#jfontsize-m2 i {
	background-position: -24px 0;
}

a#jfontsize-m2:hover i {
	background-position: -24px -24px;
}

#jfontsize-d2 i {
	background-position: -48px 0;
}

a#jfontsize-d2:hover i {
	background-position: -48px -24px;
}

.personal-tailor > .item-box li {
	padding: 20px 35px;
	border-bottom: 1px solid #f8f8f8;
	position: relative;
	box-sizing: border-box;
}

.vedio-tailor > .item-box li {
	padding: 20px 35px 20px 25px;
}

.personal-tailor > .item-box li:before {
	content: "";
	width: 8px;
	height: 7px;
	display: block;
	background-image: url(../img/icon_level_2.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 26px;
	left: 14px;
}

.vedio-tailor > .item-box li:before {
	left: 224px;
}

.personal-tailor > .item-box li a {
	display: block;
}

.personal-tailor > .item-box .item-li-a h2 {
	/*line-height: 20px;*/
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
}

.personal-tailor > .item-box .item-li-a .other {
	font-size: 16px;
	color: #666666;
}

.personal-tailor > .item-box li:hover {
	background-color: #f3faff;
}

.personal-tailor > .item-box li:hover .item-li-a h2 {
	color: #2299f5;
}

/*--------容器 栏目 页码-----------*/
#page-code {
	margin-top: 60px;
	text-align: center;
	font-size: 0;
}

#page-code ul {
	display: inline-block;
}

#page-code ul li {
	width: 30px;
	height: 30px;
	background-color: #eeeeee;
	margin-left: 5px;
}

#page-code ul li:first-child {
	margin-left: 0;
}

#page-code ul li a {
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

#page-code ul li.md {
	width: 60px;
}

#page-code ul li.lg {
	width: 72px;
}

#page-code ul li.disabled {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#page-code ul li.disabled a {
	cursor: not-allowed;
}

#page-code ul li.active a {
	background-color: #2299f5;
	color: #ffffff;
}

.min1020 {
	min-height: 1020px;
}

/* news-detail begin */
.article {
	padding: 60px 50px 0;
	background: #fff;
	overflow: hidden;
}

.article > h2 {
	line-height: 34px;
	margin-bottom: 30px;
	text-align: center;
}

.article .article-info {
	line-height: 20px;
	text-align: center;
	display: none;
	font-size: 0;
}

.article .article-info:before {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.article .article-info span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.article .article-info b {
	background-color: #027;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.option {
	height: 44px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.option-left {
	height: 44px;
	font-size: 0;
}

.option-left:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.option-left > .time-box {
	width: 264px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	font-size: 0;
}

.option-left > .time-box:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.option-left > .time-box > i {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.option-left > .time-box > i.time {
	background-image: url(../img/time.png);
}

.option-left > .time-box > span {
	display: inline-block;
	vertical-align: middle;
	height: 12px;
	line-height: 12px;
}

.option-left .line {
	width: 1px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	background-color: #eeeeee;
}

.option-left > .source {
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
}

.article-box {
	padding: 22px;
	/*line-height: 30px;*/
}

.article .table-bordered {
	width: 100%;
	max-width: 100%;
	margin-top: 30px;
}

.article .table-bordered > tbody > tr > th {
	width: 180px;
	color: #666666;
	text-align: left;
	font-weight: normal;
	padding: 3px;
	padding-left: 50px;
	background-color: #f8f8f8;
	border: 1px solid #d7d7d7;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.article .table-bordered > tbody > tr > td {
	color: #666666;
	padding: 7px 8px;
	border: 1px solid #d7d7d7;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.article .table-bordered > tbody > tr > td:nth-child(2) {
	width: 500px;
}

.article img {
	margin: 30px auto;
	display: block;
	max-width: 100%;
}

.article p {
	/*line-height: 30px;*/
	font-size: 16px;
	color: #333333;
}

.dividing-line {
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
}

.bottom {
	padding: 50px 50px 44px 90px;
	background: #fff;
}

.bottom > ul {
	width: 100%;
}

.bottom > ul > li {
	line-height: 30px;
}

.bottom > ul a:hover {
	color: #2299f5;
}

.bottom > .share {
	font-size: 0;
	position: relative;
}

.bottom > .share:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.bottom > .share > span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #797979;
}

.bottom > .share > i {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 10px;
}

.bottom > .share > i.icon-weChat {
	background-image: url(../img/weixin.png);
}

.bottom > .share > i.icon-weChat:hover {
	background-image: url(../img/weixin_active.png);
}

.bottom > .share > i.icon-weibo {
	background-image: url(../img/weibo1.png);
}

.bottom > .share > i.icon-weibo:hover {
	background-image: url(../img/weibo_active.png);
}

.bottom > .share > i.icon-Qzone {
	background-image: url(../img/Qzone.png);
}

.bottom > .share > i.icon-Qzone:hover {
	background-image: url(../img/Qzone_active.png);
}

.bottom > .share > i.icon-QQ {
	background-image: url(../img/QQ.png);
}

.bottom > .share > i.icon-QQ:hover {
	background-image: url(../img/QQ_active.png);
}

.bottom > .share #qrcode {
	width: 208px;
	height: 208px;
	position: absolute;
	top: -228px;
	left: -24px;
	z-index: 2;
	border: 1px solid #cdcdcd;
	background: #fff;
	box-shadow: 0 0 4px #cdcdcd;
	display: none;
}

.bottom > .share #qrcode img {
	max-width: 100%;
	max-height: 100%;
}

.bottom > .print a {
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	color: #797979;
}

.bottom > .print a:hover {
	color: #333;
}

/* news-detail end */

#article-info.ldjs {
	padding: 40px 40px 60px;
}

#article-info.ldjs .list > li {
	background-color: #f3faff;
	margin-bottom: 30px;
}

#article-info.ldjs .list > li .li-left {
	width: 156px;
	height: 196px;
}

#article-info.ldjs .list > li .li-right {
	height: 196px;
	margin-left: 20px;
	width: calc(100% - 176px);
}

#article-info.ldjs .list > li .li-right h3 {
	height: 20px;
	line-height: 20px;
	font-size: 21px;
	color: #333333;
	margin-top: 24px;
}

#article-info.ldjs .list > li .li-right h4 {
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
}

#article-info.ldjs .list > li .li-right p {
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
	width: 100%;
}

#article-info.ldjs .list > li .li-right a {
	width: 136px;
	height: 35px;
	text-align: center;
	display: block;
	font-size: 0;
	margin-top: 20px;
	background-color: #2299f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 22px;
}

#article-info.ldjs .list > li .li-right a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

#article-info.ldjs .list > li .li-right a i {
	width: 22px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/menu.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 20px;
}

#article-info.ldjs .list > li .li-right a span {
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
}

.black-light-font-color,
a.black-light-font-color {
	color: #666666;
}

.actTitle {
	font-size: 20px;
	font-weight: 900;
	color: #333;
}

.sqgk {
	background: #fff;
	padding: 60px 50px;
	margin-bottom: 80px;
}

.btn-box {
	margin-top: 60px;
	text-align: center;
}

.hf_line {
	height: 1px;
	background-color: #dcdcdc;
	margin-top: 30px;
}

.btn-box a {
	width: 240px;
	height: 70px;
	background-color: #2299f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	margin-right: 30px;
}

.btn-box a:last-child {
	margin-right: 0;
}

.btn-box a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.btn-box a i {
	width: 28px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 15px;
}

.btn-box a i.zrr {
	background-image: url(../img/icon_people.png);
}

.btn-box a i.fr {
	background-image: url(../img/icon_stars.png);
}

.btn-box a i.status {
	background-image: url(../img/icon_status.png);
}

.btn-box a span {
	height: 22px;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
	font-size: 21px;
	color: #ffffff;
}

.apply > h3 {
	text-align: center;
}

.ysqgk-from {
	padding: 0 8px;
	display: block;
}

.ysqgk-from > .t3 {
	border-bottom: 1px dotted #ddd;
	padding-left: 4px;
	padding-bottom: 12px;
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 0;
}

.ysqgk-from > .t3:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.ysqgk-from > .t3 i {
	width: 18px;
	height: 26px;
	background-color: #2299f5;
	display: inline-block;
	vertical-align: middle;
}

.ysqgk-from > .t3 b {
	font-size: 21px;
	color: #2299f5;
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
	font-weight: normal;
}

.form-group {
	margin-bottom: 30px;
	padding-left: 28px;
	font-size: 16px;
}

.form-group .label {
	width: 168px;
	font-size: 16px;
	color: #333333;
	display: block;
	text-align: right;
	font-weight: bold;
	padding-top: 7px;
	margin-right: 15px;
}

.form-group .btn i {
	display: inline-block;
	vertical-align: middle;
}

.form-group .label > span.red {
	color: #ff0000;
}

.form-group .label > span.not-bold {
	font-weight: normal;
}

.form-group .form-input {
	width: 328px;
	margin-right: 14px;
}

.form-group .form-input.alone {
	width: 851px;
	margin-right: 0;
}

.form-group .form-input > .form-control {
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	padding: 5px 16px;
	font-size: 16px;
	color: #000;
	display: inline-block;
	border: 1px solid #bfbfbf;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	background-color: white;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	font-size: 16px;
	color: #adadad;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 16px;
	color: #adadad;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 16px;
	color: #adadad;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 16px;
	color: #adadad;
}

.form-group .form-input > .form-control.select {
	padding: 0 0 0 16px;
}

.form-group .form-input > .form-control:focus {
	border-color: #37e;
}

.form-group .mt32 {
	margin-right: 32px;
}

.form-group .upload-btn {
	width: 100%;
	font-size: 0;
	position: relative;
}

.form-group .upload-btn > input[type="file"] {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.form-group .upload-img {
	display: inline-block;
	width: 146px;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 20px;
}

.form-group .btn {
	width: 100%;
	display: inline-block;
	height: 40px;
	padding: 0 12px;
	margin-bottom: 0;
	line-height: 40px;
	font-weight: 400;
	background-color: #e5e5e5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
}

.form-group .btn:before {
	content: "";
	display: inlne-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.form-group .btn:hover {
	color: #202020;
	background-color: buttonface;
	transition: 0.3s;
}

.form-group .upload-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../img/icon_upload.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 4px;
}

.form-group .btn span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #666666;
}

.form-group .upload-file {
	margin: 20px 0;
}

.form-group .upload-file .file-name {
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	color: #666666;
}

.form-group .upload-file > a {
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	color: #d80000;
}

.form-group .tips {
	font-size: 14px;
	color: #2299f5;
}

.form-group .textarea {
	width: 851px;
	height: 92px;
	padding: 15px 16px 0;
	font-size: 16px;
	color: #000000;
	resize: none;
}

.form-group .form-check {
	min-height: 27px;
	padding-top: 7px;
	position: relative;
}

.form-check-label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	margin-right: 130px;
}

.form-check-label:last-child {
	margin-right: 0;
}

.form-check-input {
	position: absolute;
	top: 8px;
	/*left: 20px;*/
	margin-left: -20px;
	margin-top: 4px;
	vertical-align: middle;
}

.form-check-input#inlineRadio2 {
	left: 256px;
}

.form-check-input#inlineRadio3 {
	left: 526px;
}

.form-check-input#inlineGet2 {
	left: 256px;
}

.form-check-input#inlineGet3 {
	left: 526px;
}

.form-check-input#inlineGet4 {
	left: 762px;
}

.form-group .form-checkbox {
	vertical-align: middle;
	display: inline-block;
	line-height: 24px;
}

.files .files-item .btn {
	width: 145px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #505050;
	position: relative;
	background-color: #dcdcdc;
	margin-right: 8px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.files .files-item .btn > input[type="file"] {
	width: 145px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	font-size: 0;
	/* 解决chrome cursor: pointer属性不生效问题 */
	filter: alpha(opacity=0);
	cursor: pointer;
}

.files .files-item .files-name {
	line-height: 35px;
	font-size: 16px;
	color: #666666;
}

.files .tips {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 16px;
	color: #666666;
	padding-left: 8px;
}

.files .tips .red {
	color: #e30202;
}

.form-btns {
	margin-top: 60px;
	text-align: center;
}

.form-btns button.btn {
	display: inline-block;
	width: 198px;
	height: 52px;
	line-height: 50px;
	background-color: #fff;
	font-size: 20px;
	color: #333333;
	text-align: center;
	border: 1px solid #b5b5b5;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: 0.3s;
}

.form-btns button.btn:first-child {
	background-color: #2299f5;
	border-color: #2299f5;
	color: #ffffff;
	margin-right: 50px;
}

.form-btns button.btn:hover {
	background-color: buttonface;
}

.form-btns button.btn:first-child:hover {
	background-color: #1f4ed4;
}

/* 外链弹窗 */
.model {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	/*display: none;*/
}

.model > .model-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	filter: alpha(opacity=30);
	background-color: rgba(0, 0, 0, 0.3);
}

.model .link-model {
	width: 690px;
	height: 226px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

.model .link-model .top {
	height: 50px;
	background-color: #eeeeee;
	padding: 18px 30px 17px 0;
	text-align: right;
}

.model .link-model .top i {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	cursor: pointer;
}

.model .link-model .top i.close {
	background-image: url(../img/icon_close.png);
}

.model .link-model .link_main {
	padding: 45px 0;
	background-color: #fff;
}

.model .link-model .link_main .title {
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.model .link-model .link_footer {
	height: 65px;
	background-color: #eeeeee;
	padding: 15px 70px;
	text-align: right;
}

.model .link_footer .btn {
	padding: 0;
	display: inline-block;
	width: 98px;
	height: 33px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	vertical-align: middle;
	cursor: pointer;
}

.model .link_footer .btn.cancel {
	line-height: 33px;
	border: 1px solid #a6a6a6;
	margin-right: 20px;
	background: #fff;
}

.model .link_footer .btn.confirm {
	line-height: 33px;
	color: #ffffff;
	background-color: #2299f5;
	border: 1px solid #2299f5;
}

#mzsm p {
	margin: 25px auto;
}

.bgcBox {
	width: 100%;
	height: 30px;
	background: #f8f8f8;
}

.vedioL > img {
	width: 190px;
	height: 110px;
	object-fit: cover;
	float: left;
}

.vedioL > h2,
.vedioL > div {
	width: calc(100% - 210px);
	margin-left: 20px;
	float: left;
}

.ztzl {
	min-height: 500px;
	background: #fff;
	margin-bottom: 80px;
	padding-bottom: 40px;
}

.ztzlTab {
	width: 100%;
	text-align: center;
	height: 130px;
	padding-top: 40px;
	box-sizing: border-box;
}

.ztzlTab > span {
	width: 140px;
	height: 50px;
	display: inline-block;
	margin-right: 30px;
	background: #eeeeee;
	color: #333333;
	border-radius: 5px;
	line-height: 50px;
	font-size: 22px;
	overflow: hidden;
}

.ztzlTab > span:last-child {
	margin-right: 0;
}

.ztzlTab > .ztzlActive {
	background: #2299f5;
}

.ztzlTab > span > a {
	display: block;
	width: 100%;
	height: 100%;
}

.ztzlTab > .ztzlActive > a {
	color: #fff;
}

.ztzlConBox > div {
	width: 400px;
	height: 175px;
	overflow: hidden;
}

.ztzlConBox > div > a {
	width: 324px;
	height: 110px;
	margin-left: 38px;
	display: block;
	overflow: hidden;
}

.ztzlConBox > div > a > img {
	width: 324px;
	height: 110px;
	object-fit: cover;
}

.ztzlConBox > div > p {
	width: 100%;
	height: 65px;
	text-align: center;
	line-height: 55px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ztzl > .jrJGTab > span {
	width: 180px;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	vertical-align: top;
	position: relative;
}

.ztzl > .jrJGTab > span > a {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.ztzl > .jrJGTab > span:first-child {
	line-height: 35px;
}

.jrJGTab > .ztzlActive:after {
	content: "";
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #2299f5 transparent transparent transparent;
	position: absolute;
	left: 85px;
	bottom: -20px;
}

.jrJGnavList {
	width: 100%;
	padding: 30px;
}

.jrJGnavList > a {
	width: 320px;
	height: 70px;
	margin: 0 30px 30px;
	float: left;
	display: block;
	background: #eeeeee;
	line-height: 70px;
	text-align: center;
	color: #333333;
}

.jrJGnavList > a:hover {
	background: #6495fa;
	color: #fff;
}

.myTables_hf {
	/*overflow-x: scroll;*/
}

.myTables_hf > table {
	table-layout: fixed;
	width: 716px;
	color: #333;
}

.myTables_hf thead > tr {
	background: #f8f8f8;
	text-align: center;
	border: 1px solid #d7d7d7;
	font-size: 20px;
}

.myTables_hf thead > tr > td {
	border-right: 1px solid #d7d7d7;
}

.myTables_hf tr > td {
	/*overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;*/
	width: 286px;
	height: 40px;
	line-height: 40px;
}

.myTables_hf tr > td:last-child {
	width: 143px;
}

/*网站地图*/
.article-block {
	margin: 0 14px 30px;
}

.article-block-header {
	height: 35px;
	margin-bottom: 34px;
	position: relative;
}

.article-block-header > .dotted-line {
	width: 100%;
	height: 1px;
	border-top: 1px dotted #d2d2d2;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5px;
}

.article-block-header > .title {
	width: 225px;
	font-size: 26px;
	color: #414141;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -96px;
	z-index: 1;
	text-align: center;
	background-color: #fff;
}

.article-block-list {
}

.article-block-list > .list-li {
	width: 250px;
	height: 58px;
	background-color: #ecf5ff;
	margin-right: 24px;
	margin-bottom: 29px;
}

.article-block-list > .list-li.not-mr {
	margin-right: 0;
}

.article-block-list > .list-li > a {
	line-height: 58px;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #4f4f4f;
}

#navbox {
	text-align: center;
	margin-top: 60px;
}

#navbox a {
	display: inline-block;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	padding: 0 11px;
	height: 30px;
	background-color: #eeeeee;
	margin-left: 5px;
}

#navbox span {
	display: inline-block;
	padding: 0 11px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	background-color: #2299f5;
	color: #ffffff;
	margin-left: 5px;
}

.hf_mobileShow {
	display: none !important;
}

.mainTips {
	height: 60px;
	line-height: 60px;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	z-index: 9999;
	width: 300px;
}

.hf_iframe {
	width: 100%;
	height: 1461px;
	margin-top: -311px;
	margin-left: -17px;
}

.hf_hygqBox {
	overflow: hidden;
}

/*领导详情 start*/
.article .ldxx_detail_information {
	margin: 53px 0;
}

.article .ldxx_detail_information img {
	margin: 0 18px 0 0;
	width: 158px;
	height: 203px;
}

.article img {
	display: inline-block;
}

.ldxx_detail_information div h2 {
	width: 300px;
	height: 21px;
	font-size: 21px;
	color: #333333;
	margin-bottom: 20px;
}

.ldxx_detail_information div p {
	width: 400px;
	height: auto;
	font-size: 18px;
	color: #333333;
	margin: 0;
}

.ldxx_detail_information div p span {
	color: #666;
	font-size: 16px;
}

.ldxx_detail_division {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	background-color: #f3faff;
}

.ldxx_detail_division_title {
	width: 100%;
	height: 26px;
	font-size: 21px;
	font-weight: bold;
	color: #333333;
	display: flex;
	align-items: center;
}

.ldxx_detail_division_title span {
	display: inline-block;
	width: 17px;
	height: 100%;
	background-color: #2299f5;
	margin-right: 17px;
}

.ldxx_detail_division_content {
	padding: 32px 16px;
	width: 100%;
	min-height: 15px;
	font-size: 16px;
	color: #333333;
	box-sizing: border-box;
	line-height: 30px;
	text-indent: 2em;
}

.ldxx_details_resume {
	margin-top: 60px;
}

.ldxx_details_resume_title {
	width: 100%;
	height: 20px;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #2299f5;
	margin-left: 5px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
}

.ldxx_detail_resume_content {
	margin: 35px 0 0 5px;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	padding-bottom: 60px;
}

/*领导详情 end*/
.hf_xxgknb {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #c3c3c3;
	margin: 0 auto;
	width: 1050;
}

.hf_xxgknb td {
	width: 300px;
	color: #666666;
	padding: 7px 8px;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	line-height: 40px;
	text-align: center;
}

.hf_xxgknb tr > td:first-child {
	width: 300px;
}

.mt30 {
	margin-top: 30px !important;
}

.fujianBox img {
	margin: 0 !important;
}

.fujianBox > a {
	color: #2299f5;
	line-height: 30px;
}

.fujianBox > a:after {
	content: " ";
	display: block;
}

.fujianBox > a:hover {
	text-decoration: underline;
}

.hf_zcjdxqy {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	margin-top: 20px;
	background: #fff;
	overflow: hidden;
}

.hf_zcjdxqy > p {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #f8f8f8;
	padding-left: 22px;
	box-sizing: border-box;
}

.hf_zcjdxqy > a {
	display: block;
	line-height: 30px;
	color: #2299f5;
	margin-left: 22px;
}

.hf_zcjdxqy > a:last-child {
	margin-bottom: 30px;
}

.indexMyP {
	max-height: 54px;
	overflow: hidden;
}

/*依申请公开查询页面*/
.form-status .form-group {
	display: flex;
	padding: 0;
	align-items: center;
	justify-content: center;
}

.form-status .form-group .label {
	width: 80px;
	font-weight: bolder;
}

.form-status .form-group .captcha {
	width: 227px;
}

.input-group-addon img {
	width: 102px;
	height: 35px;
	margin: 0;
}

.form-status .form-group .form-input {
	margin-right: 0;
}

.form-status {
	padding-bottom: 60px;
}

/*依申请公开查询页面*/

.mrOptions {
	background: #ccc;
	color: #fff;
}

/*互动交流*/
.hidden {
	display: none;
}

#hidden {
	display: none;
}

/*互动交流*/

.gotoTop {
	width: 53px;
	height: 53px;
	position: fixed;
	right: 100px;
	bottom: 25px;
	box-sizing: border-box;
	display: none;
}

.gotoTop:hover {
	border: 1px solid #2299f5;
	border-radius: 5px;
}

.hf_mobileHide > span {
	width: 275px;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
}

/* 汉融通展示 */
/* .xy-app{
	height: 200px;	
	background: url(../img/hrt.png) 100% 100%;
} */
.xy-container {
	width: 1200px;
	margin: 20px auto 30px;
	height: 54px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	background: url(../img/hrt.png) 0 -10px no-repeat;
	/*background-size: 100% 100%;*/
}

.xy-container-item {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	height: 100%;
}

.xy-container-item:first-child {
	margin-left: 197px;
}

.xy-container-item > span:first-child {
	font-size: 22px;
	line-height: 54px;
	display: inline-block;
	color: #175fb1;
	font-weight: 700;
	height: 100%;
	margin-left: 10px;
	text-align: left;
	font-size: 22px;
}

.xy-container-item div.danwei {
	display: inline-block;
	line-height: 54px;
	font-size: 14px;
	color: #175fb1;
	margin: 0 8px 0 11px;
	box-sizing: border-box;
}
.xy-container-item div.danwei span {
	margin-top: 30px;
	font-size: 14px;
}
.xy-container-item b {
	display: inline-block;
	padding: 0 7px;
	font-size: 14px;
	font-weight: 400;
	width: 105px;
	text-align: center;
	color: #ffffff;
	background-color: #7dabee;
	border-radius: 2px;
}

.xy-container .ge {
	display: inline-block;
	margin: 0 20px;
	font-size: 40px;
	vertical-align: middle;
}

/* 首页轮播图上方简讯 */
#headlines {
	/* padding: 2px 5px 6px 3px; */
	width: 580px;
	overflow: hidden;
	height: 40px;
	float: right;
	background: url(../img/bgimg.png) no-repeat;
	background-size: 100% 100%;
	/* background-position: 0px -167px; */
	overflow: hidden;
	box-sizing: border-box;
	margin: 10px auto 30px;
}

#headlines #databox {
	width: 86px;
	height: 26px;
	text-align: center;
	background-color: #2299f5;
	border-radius: 2px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	float: left;
	margin: 7px 0 0 7px;
}

#headlines #databox .sp {
	line-height: 38px;
	height: 38px;
	padding: 0px 5px;
	display: block;
}

#headlines #databox .sp font {
	font-size: 16px;
	line-height: 38px;
}

#headlines .tright {
	padding: 0px 5px;
	height: 28px;
	display: block;
}
#headlines .headlines_a {
	float: left;
	/* padding: 19px 38px 0px 0px; */
	width: 375px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	display: block;
	overflow: hidden;
	color: #2299f5;
	margin-left: 40px;
}

.clear_both {
	clear: both;
}
/* 尾部图片 */
.footer_div {
	position: relative;
}
.img_ce {
	position: absolute;
	right: 86px;
	top: 30px;
	font-size: 0;
}
.img_ce div {
	display: inline-block;
	margin-right: 5px;
}
.img_ce div img {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}
.img_ce div span {
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
	display: block;
	text-align: center;
	width: 100%;
}

/* .zcwj_screen{
	float:right;
	margin-bottom: 10px;
	width: 896px;
    background-color: #fff;
    box-sizing: border-box;
    background: url(../img/xb-xxml-flbjt.png);
	background-size: 100% 100%;
}
.zcwj_screen .zcwj_screen_fileType{
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #6495FA;
}
.zcwj_screen>div{
	height: 60px;
}
.zcwj_screen .title{
	width: 177px;
	height: 100%;
	color:#fff;
	float: left;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
	border-right: 1px solid #6495FA;
}
.zcwj_screen ul {
	height: 100%;
	display: inline-block;
}
.zcwj_screen ul li{
	float: left;
	color:#fff;
	margin-top:15px;
	padding:4px 13px;
	text-align: center;
	border-radius: 15px;
	margin-right: 15px;
	cursor: pointer;
}
.zcwj_screen ul li:first-child{
	margin-left: 20px;
}
.zcwj_screen ul li.active{
	background-color: #6495FA;
	font-weight: 700;
} */
